.CSO 파일 확장자
Compressed ISO Disk Image
| 개발사 | 해당 없음 |
| 인기도 |
4.2 | 239 투표 |
CSO 파일이란 무엇인가요?
Compressed .ISO disk image file used for archiving PlayStation Portable (PSP) games; can incorporate up to nine layers of compression; created by programs, such as Prometeus and YACC (Yet Another CSO Compressor).
추가 정보
참고: Greater compression levels can cause CSO disk images to load slowly.
CSO 파일을 여는 프로그램
Compiled Shader Object File
| 개발사 | Microsoft |
| 인기도 |
4.1 | 104 투표 |
File created by compiled .HLSL files written in High Level Shader Language (HLSL), which is shading language developed by Microsoft; contains a compiled shader object, which derives from a HLSL file; retains the same name as the HLSL file but appears as a CSO file after the compile in Microsoft Visual Studio.
추가 정보
In the OpenGL SDK, CSO files can be compiled using the glCompileShader method. glCompileShader compiles HLSL strings into the shader object. Information about whether or not a compilation was successful can be obtained through the shader object's information log by calling glGetShaderInfoLog.