개발 · 컴퓨터공학
쉐이더가 byte 형태로 되어있다? precompiled binary shader
shader 코드가 어디있지?int test(ID3D11Device* device, ID3D11DeviceContext* deviceContext, float** vertices, float** normals, vector** faceVectors, int* vertexCount, vector** vertexVectors, vector** normalVectors , MeshInfo* stMeshInfo, unsigned char* mMaskedInput, unsigned char* labeledInput) { // Compile shader ID3D11ComputeShader* computeShader = nullptr; HRESULT hr = device->CreateComputeSh..
2024. 7. 9. 09:00