본문 바로가기 메뉴 바로가기

다낙

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

다낙

검색하기 폼
  • 분류 전체보기 (94)
    • ComComComCom (73)
      • Common (6)
      • STL (1)
      • C,C++ (9)
      • API (10)
      • DX .. D3D (33)
      • C# (1)
      • StructureDesign (1)
      • Shader HLSL (2)
      • Unity (9)
    • mmmmmmmmmmmmmmath study (4)
    • development journal (0)
    • Life (4)
      • 뭐했 (1)
      • 살꺼당 샀댱 (3)
    • 경제 (3)
    • 소스,자료 (1)
      • 폰트 (1)
    • Photoshop (2)
    • 티스토리 관련 (2)
    • 추후분류 (2)
  • 방명록

ComComComCom (73)
[function] IDirect3DDevice9::BeginScene

Begins a scene. Syntax C++ HRESULT BeginScene(); Parameters This method has no parameters. Return value Type: HRESULT If the method succeeds, the return value is D3D_OK. The method will fail with D3DERR_INVALIDCALL if IDirect3DDevice9::BeginScene is called while already in a IDirect3DDevice9::BeginScene/IDirect3DDevice9::EndScene pair. This happens only when IDirect3DDevice9::BeginScene is calle..

ComComComCom/DX .. D3D 2017. 6. 17. 15:44
[function] IDirect3DDevice9::Clear

Clears one or more surfaces such as a render target, multiple render targets, a stencil buffer, and a depth buffer. HRESULT Clear( [in] DWORD Count, [in] const D3DRECT *pRects, [in] DWORD Flags, [in] D3DCOLOR Color, [in] float Z, [in] DWORD Stencil ); Parameters Count [in] Type: DWORD Number of rectangles in the array at pRects. Must be set to 0 if pRects is NULL. May not be 0 if pRects is a val..

ComComComCom/DX .. D3D 2017. 6. 17. 15:37
[fucntion] Direct3DCreate9

Create an IDirect3D9 object and return an interface to it. syntax C++ IDirect3D9* Direct3DCreate9( UINT SDKversion ); Parameters SDKVersion: The value of this parameter should be D3D_SDK_VERSION. SeeRemarks. Return value If successful, this function returns a pointer to an IDirect3D9 interface; oterwise, a NULL pointer is returned. Remarks The Direct3D object is the first Direct3D COM object tha..

ComComComCom/DX .. D3D 2017. 6. 12. 13:04
클래스 안의 클래스 접근

클래스 안에 클래스를 선언하였을 때 Colored By Color Scripter™ //Test.h class Test { private: class subTest { public: subTest(); ~subTest(); } subTest m_nData; public: Test(); ~Test(); subTest& Getm_nData(); } cpp 파일에서 subTest에 대해 정의할 때엔 :: 연산자를 사용하면 된다 어느 범위의 누구 Colored By Color Scripter™ //Test.cpp // Test클래스에 있는 subTest에 있는 subTest 함수에 대한 정의 Test::subTest::subTest() { } 그렇다면 subTest& Getm_nData() 를 정의할 땐 어떻게..

ComComComCom/C,C++ 2017. 6. 11. 22:45
크라메르 법을 이용한 역행렬, 가우시안법을 이용한 역행렬 퍼포먼스 비교한 글 캡쳐

역행렬은 D3D에서 연산비용이 비싼 함수중 하나 http://tadis.tistory.com/entry/DirectX-3D-%EA%B8%B0%EB%B3%B8%EA%B0%9C%EB%85%90-2-Matrix-%EA%B0%9C%EB%85%90%EC%A0%95%EB%A6%AC-1

ComComComCom/DX .. D3D 2017. 6. 11. 22:08
이전 1 ··· 9 10 11 12 13 14 15 다음
이전 다음

Blog is powered by Tistory / Designed by Tistory

티스토리툴바